projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeb421f
)
(ucs-unicode-to-mule-cjk): Use smaller
author
Dave Love
<fx@gnu.org>
Wed, 20 Aug 2003 18:44:59 +0000
(18:44 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 20 Aug 2003 18:44:59 +0000
(18:44 +0000)
:size.
lisp/international/utf-8.el
patch
|
blob
|
history
diff --git
a/lisp/international/utf-8.el
b/lisp/international/utf-8.el
index e0b3fae2540100db36da55851f848fcaac32f332..a2ee9117385498fdf6bd9e6bf31895cf4089d2c5 100644
(file)
--- a/
lisp/international/utf-8.el
+++ b/
lisp/international/utf-8.el
@@
-221,7
+221,7
@@
default. Also, installing them may be rather slow."
(setq ucs-mule-cjk-to-unicode
(make-hash-table :test 'eq :size 43000 :rehash-size 1000)
ucs-unicode-to-mule-cjk
- (make-hash-table :test 'eq :size
430
00 :rehash-size 1000))
+ (make-hash-table :test 'eq :size
215
00 :rehash-size 1000))
;; Load the files explicitly, to avoid having to keep
;; around the large tables they contain (as well as the
;; ones which get built).